This repository was archived by the owner on Jul 10, 2024. It is now read-only.
SUBMARINE-838. Failed to find pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde #608
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this PR for?
As @KUAN-HSUN-LI said in the issue SUBMARINE-838, if we remove our local maven cache (
~/.m2/), maven will report as follows.The root cause of the error is that the artifact
pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde, one of the dependency jar files of Hive, is not accessible from the central maven repository anymore.At first, I tried to add new repositories, including Spring Plugins Repository, Spring Lib M Repository, and Conjars Repository, but all of these three repositories are being deprecated. Hence, this artifact is accessible from none of the repositories anymore.
Because the method mentioned above does not work, @jojochuang recommends excluding this missing artifact and making sure the exclusion will not break our Travis tests.
Reference:
(1) apache/hudi#160
(2) apache/hudi#2481
(3) apache/hudi@d02c0e5
What type of PR is it?
[Bug Fix]
Todos
What is the Jira issue?
https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-838?filter=allopenissues
How should this be tested?
Step2: Travis
Step3: Github action "Deploy submarine docker images"
Screenshots (if appropriate)
Step2: Travis
Step3: Github action "Deploy submarine docker images"
Questions: